home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / curios.dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  129 b   |  10 lines

  1. on exitFrame
  2.   global dir
  3.   if dir = 1 then
  4.     go(the frame + 1)
  5.   end if
  6.   if dir = -1 then
  7.     go(the frame - 1)
  8.   end if
  9. end
  10.